{ "type": "object", "name": "Principal1", "properties": { "authenticationStatus": { "type": "string" }, "id": { "type": "string" }, "parameters": { "type": "array", "description": "", "items": { "type": "string" } }, "principalAccess": { "type": "array", "description": "", "items": { "type": "string" } }, "principalName": { "type": "string" }, "principalType": { "type": "string" }, "sequenceNumber": { "type": "integer" } }, "required": [ "authenticationStatus", "id", "parameters", "principalAccess", "principalName", "principalType", "sequenceNumber" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }