{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--outputs.json",
  "description": "Cloudformation Outputs schema",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/components/outputs.json",
    "sourceSha256": "dc524a68f3f87fdfa568f3eafef6dbe0eb0981dd8dfa9f407d2d9111cfdf64d0"
  },
  "type": "object",
  "id": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/components/outputs.json",
  "schema": "https://json-schema.org/draft-07/schema#",
  "AwsOutputs": {
    "additionalProperties": {
      "properties": {
        "Condition": {},
        "Description": {
          "type": "string"
        },
        "Export": {
          "properties": {
            "Name": {}
          },
          "type": "object"
        },
        "Value": {}
      },
      "type": "object"
    },
    "type": "object"
  },
  "additionalProperties": false,
  "required": [
    "AwsOutputs"
  ]
}
