{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-servicecatalog-portfolioshare.json",
  "title": "AWSServiceCatalogPortfolioShareProperties",
  "description": "Resource Type definition for AWS::ServiceCatalog::PortfolioShare. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-servicecatalog-portfolioshare.json",
    "sourceSha256": "724f77e880af3d454b3af7567f18b55eb4e85991cb4c6f4f03e7a7d752b7a79f"
  },
  "type": "object",
  "properties": {
    "AcceptLanguage": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "PortfolioId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "AccountId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ShareTagOptions": {
      "type": "boolean"
    }
  },
  "typeName": "AWS::ServiceCatalog::PortfolioShare",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "AccountId",
    "PortfolioId"
  ],
  "createOnlyProperties": [
    "/properties/AcceptLanguage",
    "/properties/AccountId",
    "/properties/PortfolioId"
  ]
}
