Shape
type Shape = DataShapeElement[];Create a Shape
Examples
Minimal Example
[
{
"name": "title",
"type": "string",
"description": "The title of this newspaper article",
"isArray": false
}
]Multiple fields
Array
Object
Advanced Shape
Last updated