{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.aep.foundation/schemas/platform-provision-request.schema.json",
  "title": "AEP Platform Provision Request",
  "type": "object",
  "required": ["service_did"],
  "additionalProperties": false,
  "properties": {
    "service_did": {
      "type": "string",
      "pattern": "^did:"
    }
  }
}
