Skip to content

Commit

Permalink
minor additions and corrections
Browse files Browse the repository at this point in the history
- no change of the schema as such
  • Loading branch information
odungern committed Oct 13, 2018
1 parent eb635fc commit ece5094
Show file tree
Hide file tree
Showing 3 changed files with 607 additions and 111 deletions.
7 changes: 4 additions & 3 deletions schema/specif.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"multiple": {
"type": "boolean",
"description": "Optional use by a propertyType with dataType 'xs:enumeration'. Indicates whether multiple values can be chosen. If omitted, the 'multiple' property of the dataType applies; by default the value is 'false'."
"description": "Optional use by a propertyClass with dataType 'xs:enumeration'. Indicates whether multiple values can be chosen. If omitted, the 'multiple' property of the dataType applies; by default the value is 'false'."
},
"revision": {
"$ref": "#/definitions/revision"
Expand All @@ -91,7 +91,7 @@
}
},
"properties": {
"description": "A property value for a resource, statement or hierarchy.",
"description": "A property value of a resource, statement or hierarchy.",
"type": "array",
"items": {
"type": "object",
Expand All @@ -100,7 +100,8 @@
"$ref": "#/definitions/id"
},
"title": {
"type": "string"
"type": "string",
"description": "The label; if missing, the title of the property's class is applied."
},
"description": {
"type": "string"
Expand Down
Loading

0 comments on commit ece5094

Please sign in to comment.