{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/the-things-network/json-schema/the-things-stack-application-identifiers-schema.json", "title": "v3ApplicationIdentifiers", "description": "JSON Schema for v3ApplicationIdentifiers, extracted from The Things Stack v3.36 api.swagger.json", "definitions": { "v3ApplicationIdentifiers": { "type": "object", "properties": { "application_id": { "type": "string" } } } }, "$ref": "#/definitions/v3ApplicationIdentifiers" }