{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "CreateAppRequest", "type": "record", "fields": [ { "name": "name", "type": "string" }, { "name": "description", "type": "string" }, { "name": "repository", "type": "string" }, { "name": "platform", "type": "string" }, { "name": "oauthToken", "type": "string" } ] }