-
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Documentation Is:
- Missing
- Needed
- Confusing
- Not Sure?
Please Explain in Detail...
Did not find how to describe the entities of the array
Your Proposal for Changes
{
"directives": {
"type": ["object"],
"property": {
"name": {
"type": "string"
},
"start": {
"type": "string"
},
"end": {
"type": "string"
}
}
}
}Where are the brackets [ ] means an array and property describes the essence of an array i.e. object in this case
or
{
"directives": {
"type": "array",
"property": {
"type": "object",
"property": {
"name": {
"type": "string"
},
"start": {
"type": "string"
},
"end": {
"type": "string"
}
}
}
}
}it seems a little more confusing
Metadata
Metadata
Assignees
Labels
No labels