JSON Schema Property 'RefCoC'

Description

UUID of CoC valid for this object

Diagram

Drilldown into /definitions/AttachmentJSON Schema Diagram of /definitions/Object/properties/RefCoC

Value

Object

Properties

Property Name Type Description
RefCocId string A String value
RefUrl string A String value
Description : Url to referenced Document (e.g. for Download)
SubDocument object Attachment

Source

"RefCoC": {
    "type": "object",
    "description": "UUID of CoC valid for this object",
    "additionalProperties": false,
    "properties": {
        "RefCocId": {
            "type": "string"
        },
        "RefUrl": {
            "type": "string",
            "description": "Url to referenced Document (e.g. for Download)"
        },
        "SubDocument": {
            "$ref": "#/definitions/Attachment"
        }
    },
    "required": []
}
C:\Users\usr53200\Downloads\e-coc.json (278:18)
Documentation for eCoC
Generated using Liquid Studio 2020 - Data Designer Edition 18.0.5.9988