{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Eviulon TEST_ONLY Peer Interoperability Fixture",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "testOnly",
    "peerId",
    "schemaVersion",
    "relationshipRequest"
  ],
  "properties": {
    "testOnly": {
      "const": true
    },
    "peerId": {
      "type": "string"
    },
    "schemaVersion": {
      "type": "string"
    },
    "relationshipRequest": {
      "type": "object"
    }
  }
}
