{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-robomaker-robot.json",
  "title": "AWSRoboMakerRobotProperties",
  "description": "AWS::RoboMaker::Robot resource creates an AWS RoboMaker Robot.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-robomaker.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-robomaker-robot.json",
    "sourceSha256": "936920c3f3843b8d55e7fec17e194166c56d86916c00b613ab8722da9cbca698"
  },
  "type": "object",
  "properties": {
    "Fleet": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 1224
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The Amazon Resource Name (ARN) of the fleet."
    },
    "Architecture": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "X86_64",
            "ARM64",
            "ARMHF"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The target architecture of the robot."
    },
    "GreengrassGroupId": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 1224
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The Greengrass group id."
    },
    "Tags": {
      "$ref": "#/$defs/Tags"
    },
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 255
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name for the robot."
    }
  },
  "typeName": "AWS::RoboMaker::Robot",
  "createOnlyProperties": [
    "/properties/GreengrassGroupId",
    "/properties/Name",
    "/properties/Architecture",
    "/properties/Fleet"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-robomaker.git",
  "$defs": {
    "Arn": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]*:[\\w+=,.@-]+(/[\\w+=,.@-]+)*"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSRoboMakerRobotArnDefinition"
    },
    "Tags": {
      "description": "A key-value pair to associate with a resource.",
      "type": "object",
      "title": "AWSRoboMakerRobotTagsDefinition",
      "additionalProperties": false,
      "patternProperties": {
        "^[a-zA-Z0-9-]{1,128}$": {
          "type": "string",
          "description": "The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.",
          "minLength": 1,
          "maxLength": 256
        }
      }
    }
  },
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Arn"
  ],
  "required": [
    "GreengrassGroupId",
    "Architecture"
  ],
  "readOnlyProperties": [
    "/properties/Arn"
  ]
}
