{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-glue-schemaversionmetadata.json",
  "title": "AWSGlueSchemaVersionMetadataProperties",
  "description": "This resource adds Key-Value metadata to a Schema version of Glue Schema Registry.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-glue.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-glue-schemaversionmetadata.json",
    "sourceSha256": "1a7c492c7970d075d8b244400018da9ce889e82a7af68f354f94275532548ad6"
  },
  "type": "object",
  "properties": {
    "SchemaVersionId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Represents the version ID associated with the schema version."
    },
    "Key": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 128
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Metadata key"
    },
    "Value": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Metadata value"
    }
  },
  "typeName": "AWS::Glue::SchemaVersionMetadata",
  "primaryIdentifier": [
    "/properties/SchemaVersionId",
    "/properties/Key",
    "/properties/Value"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-glue.git",
  "createOnlyProperties": [
    "/properties/SchemaVersionId",
    "/properties/Key",
    "/properties/Value"
  ],
  "required": [
    "SchemaVersionId",
    "Key",
    "Value"
  ],
  "additionalProperties": false
}
