{
  "x-apiture-version": "2.0.1",
  "title": "Abstract Request (v2.0.1)",
  "description": "An abstract schema used to define other request-only schemas. This is a [HAL](https://tools.ietf.org/html/draft-kelly-json-hal-08) resource representation, minus the `_error` defined in `abstractResource`.\n\nThis schema was resolved from [`common/abstractRequest`](https://static.api.apiture.com/schemas/common/abstractRequest/v2.0.1/model.json).",
  "type": "object",
  "properties": {
    "_links": {
      "$ref": "https://static.api.apiture.com/schemas/common/links/v1.0.1/model.json"
    },
    "_embedded": {
      "description": "An optional map of nested resources, mapping each nested resource name to a nested resource representation.",
      "type": "object"
    },
    "_profile": {
      "description": "The URI of a [resource profile](https://developer.apiture.com/docs/concepts/profiles/) which describes the representation.",
      "type": "string",
      "format": "uri",
      "readOnly": true
    }
  },
  "example": {
    "_profile": "https://static.api.apiture.com/schemas/common/abstractRequest/v2.0.1/profile.json",
    "_links": {}
  },
  "x-apiture-resolved-from": "https://static.api.apiture.com/schemas/common/abstractRequest/v2.0.1/model.json",
  "x-apiture-namespace": "common"
}