{
  "$id": "https://schemas.dissco.tech/schemas/fdo-profile/machine-annotation-service/1.0.0/machine-annotation-service-request.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "description": "Schema for making machine annotation service creation requests to the DiSSCo Handle Manager",
  "$comment": "FDO Profile Version 1.0.0",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "type": {
          "const": "https://doi.org/21.T11148/22e71a0015cbcfba8ffa",
          "description": "PID of the Digital Object Type"
        },
        "attributes": {
          "type": "object",
          "$ref": "https://schemas.dissco.tech/schemas/fdo-profile/machine-annotation-service/1.0.0/machine-annotation-service-attributes.json"
        }
      },
      "required": [
        "type",
        "attributes"
      ],
      "additionalProperties": false
    }
  },
  "required": [
    "data"
  ],
  "additionalProperties": false
}