{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-networkmanager-site.json",
  "title": "AWSNetworkManagerSiteProperties",
  "description": "The AWS::NetworkManager::Site type describes a site.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-networkmanager.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-networkmanager-site.json",
    "sourceSha256": "e99eed659d134170227f899824f3fdec9164fcb102973ed765abf462ef0cf141"
  },
  "type": "object",
  "properties": {
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The description of the site."
    },
    "Tags": {
      "description": "The tags for the site.",
      "type": "array",
      "items": {
        "$ref": "#/$defs/Tag"
      }
    },
    "GlobalNetworkId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the global network."
    },
    "Location": {
      "description": "The location of the site.",
      "$ref": "#/$defs/Location"
    }
  },
  "typeName": "AWS::NetworkManager::Site",
  "additionalIdentifiers": [
    [
      "/properties/SiteArn"
    ]
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-networkmanager.git",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/GlobalNetworkId",
    "/properties/SiteId"
  ],
  "$defs": {
    "Tag": {
      "description": "A key-value pair to associate with a site resource.",
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSNetworkManagerSiteTagDefinition",
      "additionalProperties": false
    },
    "Location": {
      "description": "The location of the site",
      "type": "object",
      "properties": {
        "Address": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The physical address."
        },
        "Latitude": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The latitude."
        },
        "Longitude": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The longitude."
        }
      },
      "title": "AWSNetworkManagerSiteLocationDefinition",
      "additionalProperties": false
    }
  },
  "required": [
    "GlobalNetworkId"
  ],
  "readOnlyProperties": [
    "/properties/SiteId",
    "/properties/SiteArn"
  ],
  "createOnlyProperties": [
    "/properties/GlobalNetworkId"
  ]
}
