{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-greengrass-subscriptiondefinitionversion.json",
  "title": "AWSGreengrassSubscriptionDefinitionVersionProperties",
  "description": "Resource Type definition for AWS::Greengrass::SubscriptionDefinitionVersion. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-greengrass-subscriptiondefinitionversion.json",
    "sourceSha256": "41d2861483b7b729751da0d8751134d470782cfef6e07802803b3d336723dced"
  },
  "type": "object",
  "properties": {
    "SubscriptionDefinitionId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Subscriptions": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "$ref": "#/$defs/Subscription"
      }
    }
  },
  "typeName": "AWS::Greengrass::SubscriptionDefinitionVersion",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "Subscription": {
      "type": "object",
      "title": "AWSGreengrassSubscriptionDefinitionVersionSubscriptionDefinition",
      "properties": {
        "Target": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Id": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Source": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Subject": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Target",
        "Id",
        "Source",
        "Subject"
      ],
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "SubscriptionDefinitionId",
    "Subscriptions"
  ],
  "createOnlyProperties": [
    "/properties/Subscriptions",
    "/properties/SubscriptionDefinitionId"
  ]
}
