{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iotfleetwise-signalcatalog.json",
  "title": "AWSIoTFleetWiseSignalCatalogProperties",
  "description": "Definition of AWS::IoTFleetWise::SignalCatalog Resource Type. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-iotfleetwise-signalcatalog.json",
    "sourceSha256": "906a50f05eab6c4061164dc9b6408a1aac3cd00c153de4e78349d9c36c4a88c5"
  },
  "type": "object",
  "properties": {
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 2048,
          "minLength": 1,
          "pattern": "^[^\\u0000-\\u001F\\u007F]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 100,
          "minLength": 1,
          "pattern": "^[a-zA-Z0-9\\-_:]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "NodeCounts": {
      "$ref": "#/$defs/NodeCounts"
    },
    "Nodes": {
      "type": "array",
      "insertionOrder": false,
      "uniqueItems": true,
      "items": {
        "$ref": "#/$defs/Node"
      },
      "maxItems": 500,
      "minItems": 1
    },
    "Tags": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/Tag"
      },
      "insertionOrder": false,
      "uniqueItems": true,
      "maxItems": 50,
      "minItems": 0
    }
  },
  "typeName": "AWS::IoTFleetWise::SignalCatalog",
  "$defs": {
    "Actuator": {
      "type": "object",
      "properties": {
        "FullyQualifiedName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DataType": {
          "$ref": "#/$defs/NodeDataType"
        },
        "Description": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[^\\u0000-\\u001F\\u007F]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Unit": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "AllowedValues": {
          "$ref": "#/$defs/AllowedValues"
        },
        "Min": {
          "type": "number"
        },
        "Max": {
          "type": "number"
        },
        "AssignedValue": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "DataType",
        "FullyQualifiedName"
      ],
      "title": "AWSIoTFleetWiseSignalCatalogActuatorDefinition",
      "additionalProperties": false
    },
    "AllowedValues": {
      "type": "array",
      "insertionOrder": false,
      "items": {
        "type": "string"
      },
      "minItems": 1,
      "title": "AWSIoTFleetWiseSignalCatalogAllowedValuesDefinition"
    },
    "Attribute": {
      "type": "object",
      "properties": {
        "FullyQualifiedName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DataType": {
          "$ref": "#/$defs/NodeDataType"
        },
        "Description": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[^\\u0000-\\u001F\\u007F]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Unit": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "AllowedValues": {
          "$ref": "#/$defs/AllowedValues"
        },
        "Min": {
          "type": "number"
        },
        "Max": {
          "type": "number"
        },
        "AssignedValue": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DefaultValue": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "DataType",
        "FullyQualifiedName"
      ],
      "title": "AWSIoTFleetWiseSignalCatalogAttributeDefinition",
      "additionalProperties": false
    },
    "Branch": {
      "type": "object",
      "properties": {
        "FullyQualifiedName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Description": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[^\\u0000-\\u001F\\u007F]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "FullyQualifiedName"
      ],
      "title": "AWSIoTFleetWiseSignalCatalogBranchDefinition",
      "additionalProperties": false
    },
    "Node": {
      "oneOf": [
        {
          "type": "object",
          "title": "Branch",
          "properties": {
            "Branch": {
              "$ref": "#/$defs/Branch"
            }
          },
          "additionalProperties": false
        },
        {
          "type": "object",
          "title": "Sensor",
          "properties": {
            "Sensor": {
              "$ref": "#/$defs/Sensor"
            }
          },
          "additionalProperties": false
        },
        {
          "type": "object",
          "title": "Actuator",
          "properties": {
            "Actuator": {
              "$ref": "#/$defs/Actuator"
            }
          },
          "additionalProperties": false
        },
        {
          "type": "object",
          "title": "Attribute",
          "properties": {
            "Attribute": {
              "$ref": "#/$defs/Attribute"
            }
          },
          "additionalProperties": false
        }
      ],
      "title": "AWSIoTFleetWiseSignalCatalogNodeDefinition"
    },
    "NodeCounts": {
      "type": "object",
      "properties": {
        "TotalNodes": {
          "type": "number"
        },
        "TotalBranches": {
          "type": "number"
        },
        "TotalSensors": {
          "type": "number"
        },
        "TotalAttributes": {
          "type": "number"
        },
        "TotalActuators": {
          "type": "number"
        }
      },
      "title": "AWSIoTFleetWiseSignalCatalogNodeCountsDefinition",
      "additionalProperties": false
    },
    "NodeDataType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "INT8",
            "UINT8",
            "INT16",
            "UINT16",
            "INT32",
            "UINT32",
            "INT64",
            "UINT64",
            "BOOLEAN",
            "FLOAT",
            "DOUBLE",
            "STRING",
            "UNIX_TIMESTAMP",
            "INT8_ARRAY",
            "UINT8_ARRAY",
            "INT16_ARRAY",
            "UINT16_ARRAY",
            "INT32_ARRAY",
            "UINT32_ARRAY",
            "INT64_ARRAY",
            "UINT64_ARRAY",
            "BOOLEAN_ARRAY",
            "FLOAT_ARRAY",
            "DOUBLE_ARRAY",
            "STRING_ARRAY",
            "UNIX_TIMESTAMP_ARRAY",
            "UNKNOWN"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSIoTFleetWiseSignalCatalogNodeDataTypeDefinition"
    },
    "Sensor": {
      "type": "object",
      "properties": {
        "FullyQualifiedName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DataType": {
          "$ref": "#/$defs/NodeDataType"
        },
        "Description": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^[^\\u0000-\\u001F\\u007F]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Unit": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "AllowedValues": {
          "$ref": "#/$defs/AllowedValues"
        },
        "Min": {
          "type": "number"
        },
        "Max": {
          "type": "number"
        }
      },
      "required": [
        "DataType",
        "FullyQualifiedName"
      ],
      "title": "AWSIoTFleetWiseSignalCatalogSensorDefinition",
      "additionalProperties": false
    },
    "Tag": {
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "minLength": 0
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "title": "AWSIoTFleetWiseSignalCatalogTagDefinition",
      "additionalProperties": false
    }
  },
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Name"
  ],
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": true,
    "tagProperty": "/properties/Tags"
  },
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/CreationTime",
    "/properties/LastModificationTime",
    "/properties/NodeCounts/TotalNodes",
    "/properties/NodeCounts/TotalBranches",
    "/properties/NodeCounts/TotalSensors",
    "/properties/NodeCounts/TotalAttributes",
    "/properties/NodeCounts/TotalActuators"
  ],
  "createOnlyProperties": [
    "/properties/Name"
  ]
}
