{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.art.object.schema.json",
  "title": "rig.art.object",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "workType": {
      "$ref": "./_defs.schema.json#/$defs/string"
    },
    "classification": {
      "$ref": "./_defs.schema.json#/$defs/string"
    },
    "inscription": {
      "$ref": "./_defs.schema.json#/$defs/string"
    }
  },
  "description": "Object / work type. Field meanings follow CDWA Object/Work and Classification. Title is rig.meta.named.",
  "minProperties": 1
}
