{
  "type": "object",
  "properties": {
    "list": {
      "type": "object",
      "properties": {
        "from": {
          "type": "object",
          "ref": "#/definitions/ListResultDTO"
        },
        "items": {
          "type": "array",
          "ref": "#/definitions/ListItemResultDTO"
        },
        "to": {
          "type": "object",
          "ref": "#/definitions/ListResultDTO"
        }
      }
    }
  },
  "definitions": {
    "ListItemResultDTO": {
      "type": "object",
      "properties": {
        "children": {
          "type": "array",
          "ref": "#/definitions/ListItemResultDTO"
        },
        "circumstanceParent": {
          "type": "object",
          "ref": "#/definitions/ListItemResultDTO"
        },
        "curie": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "identifier": {
          "type": "string"
        },
        "itemType": {
          "type": "object",
          "ref": "#/definitions/ListItemTypeResultDTO"
        },
        "label": {
          "type": "string"
        },
        "lists": {
          "type": "array",
          "ref": "#/definitions/ListResultDTO"
        },
        "mappings": {
          "type": "object",
          "ref": "#/definitions/MappingsContainer"
        },
        "parents": {
          "type": "array",
          "ref": "#/definitions/ListItemResultDTO"
        },
        "uri": {
          "type": "string"
        }
      }
    },
    "ListItemTypeResultDTO": {
      "type": "object",
      "properties": {
        "identifier": {
          "type": "string"
        },
        "label": {
          "type": "string"
        },
        "uri": {
          "type": "string"
        }
      }
    },
    "ListResultDTO": {
      "type": "object",
      "properties": {
        "accuracy": {
          "type": "string"
        },
        "audience": {
          "type": "string"
        },
        "completeness": {
          "type": "string"
        },
        "coverage": {
          "type": "string"
        },
        "created": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "fullDescription": {
          "type": "string"
        },
        "identifier": {
          "type": "string"
        },
        "intendedLongevity": {
          "type": "string"
        },
        "issued": {
          "type": "string"
        },
        "itemBaseUri": {
          "type": "string"
        },
        "itemCurieStub": {
          "type": "string"
        },
        "itemType": {
          "type": "object",
          "ref": "#/definitions/ListItemTypeResultDTO"
        },
        "items": {
          "type": "array",
          "ref": "#/definitions/ListItemResultDTO"
        },
        "label": {
          "type": "string"
        },
        "modified": {
          "type": "string"
        },
        "provenance": {
          "type": "string"
        },
        "rights": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "timeliness": {
          "type": "string"
        },
        "uri": {
          "type": "string"
        },
        "version": {
          "type": "string"
        }
      }
    },
    "MappingsContainer": {
      "type": "object",
      "properties": {
        "items": {
          "type": "object",
          "ref": "#/definitions/SortedMap"
        }
      }
    },
    "SortedMap": {
      "type": "object",
      "properties": {}
    }
  }
}