pronghorn-core Schemas

On this page:

system-common

{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "system-common", "type": "object", "title": "Common System Schema", "definitions": { "methods-query": { "type": "object", "properties": { "name": { "type": "string", "examples": [ "getAdapters" ] }, "provenance": { "type": "string", "examples": [ "Adapters" ] }, "deprecated": { "type": "boolean" } } }, "views-query": { "type": "object", "properties": { "path": { "type": "string", "examples": [ "/" ] }, "provenance": { "type": "string", "examples": [ "WorkFlowEngine" ] } } } } }