github.com/Axway/agent-sdk@v1.1.101/pkg/apic/testdata/catalogitemsubscriptiondefprofile2.json (about) 1 { 2 "type": "object", 3 "$schema": "http://json-schema.org/draft-07/schema#", 4 "required": [ 5 "appName" 6 ], 7 "properties": { 8 "appName": { 9 "enum": [ 10 "Create an application", 11 "DaleApp" 12 ], 13 "type": "string", 14 "description": "" 15 }, 16 "appID": { 17 "type": "string", 18 "description": "" 19 } 20 }, 21 "description": "Subscription specification for authentication" 22 }