Returns the JSON-schema associated with a specified schema identifier.
cURL
curl --request GET \ --url https://server.ownid.com/{appId}/schema
{ "type": "object", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" } } }
Successfully retrieved the schema.
The response is of type object.
object
Was this page helpful?