{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OAuth2Actor", "title": "OAuth2Actor", "type": "object", "properties": { "id": { "type": "string", "readOnly": true }, "type": { "type": "string" } }, "x-okta-tags": [ "Application" ] }