{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-servicecatalog-acceptedportfolioshare.json",
  "title": "AWSServiceCatalogAcceptedPortfolioShareProperties",
  "description": "Resource Type definition for AWS::ServiceCatalog::AcceptedPortfolioShare. 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-acceptedportfolioshare.json",
    "sourceSha256": "cd2baf9790a72a795c1718be42516d61d49e3685245331cb68d772a91b34768d"
  },
  "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"
        }
      ]
    }
  },
  "typeName": "AWS::ServiceCatalog::AcceptedPortfolioShare",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "PortfolioId"
  ],
  "createOnlyProperties": [
    "/properties/PortfolioId",
    "/properties/AcceptLanguage"
  ]
}
