pronghorn-core Schemas

On this page:

links-query

{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "links-query", "type": "object", "title": "Itential External Link Query Schema", "description": "This is the schema for queries on IAP external links", "properties": { "name": { "type": "string", "examples": [ "Google" ] }, "address": { "type": "string", "examples": [ "https://www.google.com/" ] }, "description": { "type": "string", "examples": [ "A link to Google" ] } }, "additionalProperties": false }