{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-eventschemas-registrypolicy.json",
  "title": "AWSEventSchemasRegistryPolicyProperties",
  "description": "Resource Type definition for AWS::EventSchemas::RegistryPolicy. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-eventschemas-registrypolicy.json",
    "sourceSha256": "ea2aba8d2fb7e43defbfd489be7d880745e80d24e4a680ec91e97ecca0f2cccd"
  },
  "type": "object",
  "properties": {
    "Policy": {
      "type": "object"
    },
    "RegistryName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "RevisionId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::EventSchemas::RegistryPolicy",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "required": [
    "RegistryName",
    "Policy"
  ]
}
