NamespaceEntities schema from Apache OpenWhisk
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-openwhisk/refs/heads/main/json-schema/apache-openwhisk-namespace-entities-schema.json", "title": "NamespaceEntities", "description": "NamespaceEntities schema from Apache OpenWhisk", "type": "object", "properties": { "actions": { "type": "array", "items": { "$ref": "#/components/schemas/EntityRef" } }, "triggers": { "type": "array", "items": { "$ref": "#/components/schemas/EntityRef" } }, "rules": { "type": "array", "items": { "$ref": "#/components/schemas/EntityRef" } } } }