doctag_json_schema 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  module DocTag
2
2
  class Schema
3
3
  # gem version
4
- VERSION='1.0.0'
4
+ VERSION='1.0.1'
5
5
  end
6
6
  end
data/schema/address.json CHANGED
@@ -1,5 +1,6 @@
1
1
  { "type":"object",
2
- "title": "address",
2
+ "title": "Address",
3
+ "name": "address",
3
4
  "description": "An address of a contact for a document",
4
5
  "properties":{
5
6
  "name":{
data/schema/amount.json CHANGED
@@ -1,5 +1,6 @@
1
1
  { "type":"object",
2
- "title": "amount",
2
+ "title": "Amount",
3
+ "name": "amount",
3
4
  "description": "Gross and net total values for a total",
4
5
  "properties":{
5
6
  "gross":{
data/schema/discount.json CHANGED
@@ -1,5 +1,6 @@
1
1
  { "type":"object",
2
- "title": "amount",
2
+ "title": "Discount",
3
+ "name": "discount",
3
4
  "description": "Gross and net total values for a total",
4
5
  "properties":{
5
6
  "date":{
data/schema/document.json CHANGED
@@ -1,5 +1,6 @@
1
1
  { "type":"object",
2
2
  "title": "Document",
3
+ "name": "document",
3
4
  "description": "A document of the defined doctype",
4
5
  "properties":{
5
6
  "doctype":{
data/schema/item.json CHANGED
@@ -1,5 +1,6 @@
1
1
  { "type":"object",
2
- "title": "item",
2
+ "title": "Item",
3
+ "name": "item",
3
4
  "description": "An item belonging to a document",
4
5
  "properties":{
5
6
  "title":{
data/schema/tax.json CHANGED
@@ -1,5 +1,6 @@
1
1
  { "type":"object",
2
- "title": "tax",
2
+ "title": "Tax",
3
+ "name": "tax",
3
4
  "description": "An tax for an item of a document",
4
5
  "properties":{
5
6
  "name":{
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doctag_json_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -100,7 +100,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  segments:
102
102
  - 0
103
- hash: -181409995259960853
103
+ hash: -3644787811359667739
104
104
  required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  none: false
106
106
  requirements: