{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-omics-workflow.json",
  "title": "AWSOmicsWorkflowProperties",
  "description": "Definition of AWS::Omics::Workflow 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-omics-workflow.json",
    "sourceSha256": "a33b9e4668e9f83a2a6c94f7184c93566e78ebebd00321c9c63aae729e2742ff"
  },
  "type": "object",
  "properties": {
    "DefinitionUri": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 256,
          "minLength": 1,
          "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 256,
          "minLength": 1,
          "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Engine": {
      "$ref": "#/$defs/WorkflowEngine"
    },
    "Main": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 128,
          "minLength": 1,
          "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 128,
          "minLength": 1,
          "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ParameterTemplate": {
      "$ref": "#/$defs/WorkflowParameterTemplate"
    },
    "StorageCapacity": {
      "type": "number",
      "maximum": 100000,
      "minimum": 0
    },
    "Tags": {
      "$ref": "#/$defs/TagMap"
    }
  },
  "typeName": "AWS::Omics::Workflow",
  "$defs": {
    "TagMap": {
      "type": "object",
      "description": "A map of resource tags",
      "additionalProperties": false,
      "title": "AWSOmicsWorkflowTagMapDefinition",
      "patternProperties": {
        ".+": {
          "type": "string",
          "maxLength": 256,
          "minLength": 0,
          "description": "Resource tag value"
        }
      }
    },
    "WorkflowEngine": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 64,
          "minLength": 1,
          "enum": [
            "WDL",
            "NEXTFLOW"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSOmicsWorkflowWorkflowEngineDefinition"
    },
    "WorkflowParameter": {
      "type": "object",
      "properties": {
        "Description": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "minLength": 0,
              "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Optional": {
          "type": "boolean"
        }
      },
      "title": "AWSOmicsWorkflowWorkflowParameterDefinition",
      "additionalProperties": false
    },
    "WorkflowParameterTemplate": {
      "type": "object",
      "maxProperties": 1000,
      "minProperties": 1,
      "additionalProperties": false,
      "title": "AWSOmicsWorkflowWorkflowParameterTemplateDefinition",
      "patternProperties": {
        "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$": {
          "$ref": "#/$defs/WorkflowParameter"
        }
      }
    },
    "WorkflowStatus": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 64,
          "minLength": 1,
          "enum": [
            "CREATING",
            "ACTIVE",
            "UPDATING",
            "DELETED",
            "FAILED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSOmicsWorkflowWorkflowStatusDefinition"
    },
    "WorkflowType": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 64,
          "minLength": 1,
          "enum": [
            "PRIVATE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSOmicsWorkflowWorkflowTypeDefinition"
    }
  },
  "additionalProperties": false,
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": false
  },
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/CreationTime",
    "/properties/Id",
    "/properties/Status",
    "/properties/Type"
  ],
  "writeOnlyProperties": [
    "/properties/DefinitionUri"
  ],
  "createOnlyProperties": [
    "/properties/DefinitionUri",
    "/properties/Engine",
    "/properties/Main",
    "/properties/ParameterTemplate",
    "/properties/StorageCapacity"
  ],
  "primaryIdentifier": [
    "/properties/Id"
  ]
}
