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