Searched defs:schema (Results 1 – 15 of 15) sorted by relevance
4 const schema = require('../options.json'); constant
35 const schema: JSONSchemaType<PluginConfigType> = { constant
37 let schema = {}; variable
5 const schema = require('../options.json'); constant
32 const schema = await getSchemaAsync(sdkVersion); constant
8 const schema = { variable
128 schema: SCHEMA, property
226 async function run(schema) { argument
282 const schema: JSONSchemaType<PluginConfigType> = { constant
24 const schema = { variable
775 … BranchContentSchema schema = BranchContentSchema.valueOf(map.getString("contentSchema")); in createContentMetadata() local
1 {"data":{"schema":{"definitions":{"Android":{"description":"Configuration that is specific to the A… object