South Connectors

Search south connector items

Searches for items in a south connector with optional filtering

get/api/south/{southId}/items/search

Path parameters

southIdstring required

Query parameters

namestring required
scanModeIdstring required
enabledboolean required
pagenumber double

Response

Paginated list of items

totalElementsnumber double required

The total number of elements across all pages.

sizenumber double required

The size of the page, i.e., the maximum number of elements per page.

numbernumber double required

The number of the current page, starting at 0.

totalPagesnumber double required

The total number of pages (which can be 0 if there are no elements).

Example response

{
  "content": [
    {
      "id": "entity123",
      "createdBy": {
        "id": "abc123",
        "friendlyName": "John Doe (john.doe)"
      },
      "updatedBy": {
        "id": "abc123",
        "friendlyName": "John Doe (john.doe)"
      },
      "createdAt": "2023-10-31T12:34:56.789Z",
      "updatedAt": "2023-10-31T12:34:56.789Z",
      "name": "Temperature Logs",
      "enabled": true,
      "scanMode": {
        "id": "entity123",
        "createdBy": {
          "id": "abc123",
          "friendlyName": "John Doe (john.doe)"
        },
        "updatedBy": {
          "id": "abc123",
          "friendlyName": "John Doe (john.doe)"
        },
        "createdAt": "2023-10-31T12:34:56.789Z",
        "updatedAt": "2023-10-31T12:34:56.789Z",
        "name": "Daily Backup Scan",
        "description": "Scans for new backup data every day at midnight",
        "cron": "0 0 * * *"
      },
      "group": {
        "id": "entity123",
        "createdBy": {
          "id": "abc123",
          "friendlyName": "John Doe (john.doe)"
        },
        "updatedBy": {
          "id": "abc123",
          "friendlyName": "John Doe (john.doe)"
        },
        "createdAt": "2023-10-31T12:34:56.789Z",
        "updatedAt": "2023-10-31T12:34:56.789Z",
        "standardSettings": {
          "scanMode": {
            "id": "entity123",
            "createdBy": {
              "id": "abc123",
              "friendlyName": "John Doe (john.doe)"
            },
            "updatedBy": {
              "id": "abc123",
              "friendlyName": "John Doe (john.doe)"
            },
            "createdAt": "2023-10-31T12:34:56.789Z",
            "updatedAt": "2023-10-31T12:34:56.789Z",
            "name": "Daily Backup Scan",
            "description": "Scans for new backup data every day at midnight",
            "cron": "0 0 * * *"
          },
          "name": "Production Line A"
        },
        "historySettings": {
          "readDelay": 200,
          "maxReadInterval": 3600,
          "startTimeOffset": -1000
        }
      },
      "syncWithGroup": true,
      "maxReadInterval": 3600,
      "readDelay": 200,
      "startTimeOffset": -1000
    }
  ],
  "totalElements": 2,
  "size": 10,
  "totalPages": 1
}

Changes

Changed in 51 of the 89 revisions of this API.24446313274

  • a7264da113f915711See the full diff
    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed from the / response property anyOf list for the response status

      response-property-any-of-removed

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    This revision also has 80 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property //////////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property //////////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    • added to the / response property anyOf list for the response status

      response-property-any-of-added

  • c7fdedb4e50110158See the full diff
    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • added to the / response property anyOf list for the response status

      response-property-any-of-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 87fa588c6b1b15711See the full diff
    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property ///////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed from the / response property anyOf list for the response status

      response-property-any-of-removed

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    This revision also has 55 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • e0f7301d351f105See the full diff
    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • removed the required property /////// from the response with the status

      response-required-property-removed

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    • added the required property /////// to the response with the status

      response-required-property-added

    This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added to the / response property anyOf list for the response status

      response-property-any-of-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property ///////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • added the required property /////////// to the response with the status

      response-required-property-added

    • removed from the / response property anyOf list for the response status

      response-property-any-of-removed

    This revision also has 22 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added to the / response property anyOf list for the response status

      response-property-any-of-added