{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Object identifier", "description": "v3ObjectIdentifier schema from Aserto directory API", "properties": { "object_id": { "title": "object identifier (cs-string)", "type": "string" }, "object_type": { "title": "object type (lc-string)", "type": "string" } }, "required": [ "object_type", "object_id" ], "type": "object" }