-
Notifications
You must be signed in to change notification settings - Fork 107
Conversation
regarding to issue FIWARE#76
"description": "Device's brand name.", | ||
"type": "Text", | ||
"allowedValues": { | ||
"normative": "https://schema.org/brand" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be "seeAlso" instead of normative
"description": "Device's model name.", | ||
"type": "Text", | ||
"allowedValues": { | ||
"normative": "https://schema.org/model" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
"description": "Device's manufacturer name.", | ||
"type": "Text", | ||
"allowedValues": { | ||
"normative": "https://schema.org/model" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be https://schema.org/manufacturer and see also
"description": "Name given to this device model.", | ||
"type": "name", | ||
"allowedValues": { | ||
"normative": "https://schema.org/name" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be out of the allowedValues and at the same level as type
or description
.
"normative": "https://schema.org/description" | ||
} | ||
}, | ||
"description": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name duplicated, please validate
"description": "A link to an image depicting the concerned device.", | ||
"type": "URL", | ||
"allowedValues": { | ||
"normative": "https://schema.org/image" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comment
we will be using standard JSON Schema descriptions. |
regarding to issue #76