{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MarkDevicePrimary", "description": "MarkDevicePrimary schema from Docupilot accounts API", "type": "object", "properties": { "id": { "type": "integer" }, "type": { "enum": [ "email", "totp" ], "type": "string" } }, "required": [ "id", "type" ] }