{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-greengrass-loggerdefinition.json",
  "title": "AWSGreengrassLoggerDefinitionProperties",
  "description": "Resource Type definition for AWS::Greengrass::LoggerDefinition. 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-loggerdefinition.json",
    "sourceSha256": "993a8f366afc1adbba75ff365493a00f506158835806b9711fb700842e360215"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "InitialVersion": {
      "$ref": "#/$defs/LoggerDefinitionVersion"
    },
    "Tags": {
      "type": "object"
    }
  },
  "typeName": "AWS::Greengrass::LoggerDefinition",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "$defs": {
    "LoggerDefinitionVersion": {
      "type": "object",
      "title": "AWSGreengrassLoggerDefinitionLoggerDefinitionVersionDefinition",
      "properties": {
        "Loggers": {
          "type": "array",
          "uniqueItems": false,
          "items": {
            "$ref": "#/$defs/Logger"
          }
        }
      },
      "required": [
        "Loggers"
      ],
      "additionalProperties": false
    },
    "Logger": {
      "type": "object",
      "title": "AWSGreengrassLoggerDefinitionLoggerDefinition",
      "properties": {
        "Space": {
          "type": "integer"
        },
        "Type": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Level": {
          "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"
            }
          ]
        },
        "Component": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Type",
        "Level",
        "Id",
        "Component"
      ],
      "additionalProperties": false
    }
  },
  "createOnlyProperties": [
    "/properties/InitialVersion"
  ],
  "additionalProperties": false,
  "required": [
    "Name"
  ],
  "readOnlyProperties": [
    "/properties/LatestVersionArn",
    "/properties/Arn",
    "/properties/Id"
  ]
}
