WebWebGrouping

APIs.ioEngineeringPlatform

Properties

Name Type Description
_type string
webPages array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webwebgrouping-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebWebGrouping",
  "title": "WebWebGrouping",
  "required": [
    "_type",
    "webPages"
  ],
  "type": "object",
  "properties": {
    "_type": {
      "type": "string"
    },
    "webPages": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/WebPage"
      }
    }
  },
  "discriminator": {
    "propertyName": "_type"
  },
  "x-ms-discriminator-value": "Web/WebGrouping"
}