{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-greengrass-coredefinitionversion.json",
  "title": "AWSGreengrassCoreDefinitionVersionProperties",
  "description": "Resource Type definition for AWS::Greengrass::CoreDefinitionVersion. 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-coredefinitionversion.json",
    "sourceSha256": "6997ae2fbce439f42ced93c264db15f54737c04fbb0be99cef391764e552cc49"
  },
  "type": "object",
  "properties": {
    "Cores": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "$ref": "#/$defs/Core"
      }
    },
    "CoreDefinitionId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::Greengrass::CoreDefinitionVersion",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "Core": {
      "type": "object",
      "title": "AWSGreengrassCoreDefinitionVersionCoreDefinition",
      "properties": {
        "SyncShadow": {
          "type": "boolean"
        },
        "ThingArn": {
          "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"
            }
          ]
        },
        "CertificateArn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "ThingArn",
        "Id",
        "CertificateArn"
      ],
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "Cores",
    "CoreDefinitionId"
  ],
  "createOnlyProperties": [
    "/properties/Cores",
    "/properties/CoreDefinitionId"
  ]
}
