Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Include DeviceModel Schema #82

Closed
wants to merge 2 commits into from

Conversation

LeonanCarvalho
Copy link

regarding to issue #76

- descr should be description
- allowedvalues should be allowedValues
"description": "Device's brand name.",
"type": "Text",
"allowedValues": {
"normative": "https://schema.org/brand"
Copy link
Collaborator

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"
Copy link
Collaborator

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"
Copy link
Collaborator

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"
Copy link
Collaborator

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": {
Copy link
Collaborator

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"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment

@jmcanterafonseca
Copy link
Collaborator

we will be using standard JSON Schema descriptions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants