{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "getByUuid",
  "type": "object",
  "required": [
    "uuid"
  ],
  "properties": {
    "uuid": {
      "$ref": "schema/uuid.schema.json"
    }
  }
}