-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Expected way of getting arrays doesn't seem to work:
//...
'@context': {
property: 'sh:property',
}
properties: {
property: {
type: 'array',
items: {
type: 'object',
},
},
}Requesting data with given schema would not work, because array objects require @type field. Is this desired behavior?
Here is what I need: property: ['ex:AddressProperyShape', 'ex:AgePropertyShape']
Metadata
Metadata
Assignees
Labels
No labels