{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "apiModule", "description": "apiModule schema from Aserto authorizer API", "properties": { "ast": {}, "id": { "type": "string" }, "package_path": { "type": "string" }, "package_root": { "type": "string" }, "raw": { "type": "string" } }, "type": "object" }