{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://cryptojym.github.io/ofone-skillchain/schemas/ofone.schema.json",
  "title": "OfOne Decision Map Profile Dispatcher",
  "oneOf": [
    { "$ref": "https://cryptojym.github.io/ofone-skillchain/schemas/ofone.micro.schema.json" },
    { "$ref": "https://cryptojym.github.io/ofone-skillchain/schemas/ofone.map.schema.json" },
    { "$ref": "https://cryptojym.github.io/ofone-skillchain/schemas/ofone.audit.schema.json" }
  ]
}
