{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ApiHook", "type": "object", "properties": { "type": { "type": "string", "description": "Type of ApiHook, can be AWS, AZURE, GC or GIT." } } }