{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.osohq.com/schemas/Policy.json", "title": "Policy", "type": "object", "required": [ "src" ], "properties": { "filename": { "type": "string", "nullable": true }, "src": { "type": "string" } } }