{ "$schema": "http://json-schema.org/schema#", "$id": "./triangles.schema.json", "title": "", "description": "", "type": "array", "items": { "description": "", "type": "object", "properties": { "Sc": { "description": "", "type": "string" }, "Sf": { "description": "", "type": "string" }, "Points": { "description": "", "type": "array", "items": { "description": "", "type": "object", "properties": { "S": { "description": "", "type": "string" }, "alpha": { "description": "", "type": "string" }, "beta": { "description": "", "type": "string" }, "gamma": { "description": "", "type": "string" } }, "required": [ "S", "alpha", "beta", "gamma" ] }, "numItems": 10, "unique": false }, "Alpha_p": { "description": "", "type": "string" } }, "required": [ "Sc", "Sf", "Stars", "Alpha_p" ], }, "additionalProperties": false }