{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Resource", "type": "object", "properties": { "type": { "type": "string" }, "properties": { "type": "array" }, "parent": { "type": "string" } } }