{ "$id": "exec-declaration.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "exec-declaration", "type": "object", "required": [ "type", "attributes" ], "properties": { "type": { "type": "string", "description": "Resource type name.", "enum": [ "exec" ] }, "attributes": { "$ref": "exec.schema.json" } } }