pronghorn-core Schemas

On this page:

decorators-schema

{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "decorators-schema", "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string", "enum": [ "encryption" ] }, "pointer": { "type": "string", "format": "json-pointer", "examples": [ "/rabbitmq/password" ] } } } }