...
Code Block | ||||
---|---|---|---|---|
| ||||
{
"objectId": "022fea9b-5677-4fa0-ae19-6bbafab87ee1",
"type": "DDI_L32RP",
"optionProperties": [
{
"description": "File name",
"enumValues": [],
"label": "File name",
"name": "fileName",
"type": "TEXT",
"value": "",
"repeatable": false,
"required": true,
"readOnly": false
},
{ // your organizations agency ID, see http://registry.ddialliance.org/
"description": "Agency",
"enumValues": [],
"label": "Agency",
"name": "Agency",
"type": "TEXT",
"value": "ex.ample",
"repeatable": false,
"required": true,
"readOnly": false
},
{ // specifies that the XML should be output in a human readable format (not all on one line)
"description": "Is pretty print",
"enumValues": [],
"label": "Is pretty print",
"name": "isPrettyPrint",
"type": "BOOLEAN",
"value": true,
"repeatable": false,
"required": false,
"readOnly": false
},
{
"description": "DDI Document ID",
"enumValues": [],
"label": "DDI ID",
"name": "DDiID",
"type": "TEXT",
"value": "YfZeDrqsj9uA91C5",
"repeatable": false,
"required": false,
"readOnly": false
},
{
"description": "Language",
"enumValues": [],
"label": "Language",
"name": "language",
"type": "TEXT",
"value": "en",
"repeatable": false,
"required": true,
"readOnly": false
},
{
"description": "Version",
"enumValues": [],
"label": "Version",
"name": "version",
"type": "TEXT",
"value": "1.0.0",
"repeatable": false,
"required": true,
"readOnly": false
},
{ // The objectId of a fixed, csv, or delimited file that is in the package. If this is filled out the Metadata will document that file specifically.
"description": "The ID of a FIXED | CSV | DELIM file being packaged that this is documenting.",
"enumValues": [],
"label": "Data File ID",
"name": "dataInstanceId",
"type": "TEXT",
"value": "",
"repeatable": false,
"required": false,
"readOnly": false
},
{ // How the elements in the XML reference each other within the document
"description": "Element reference type",
"enumValues": [
"BOTH",
"URN",
"STRUCTURED"
],
"label": "Reference type",
"name": "idRef",
"type": "ENUM",
"value": "URN",
"repeatable": false,
"required": false,
"readOnly": false
},
{// only applies to DDI_L32RP consult http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/
// CanonicalURNType and DeprecatedURNType for more information.
"description": "URN type",
"enumValues": [
"CANONICAL",
"DEPRECATED"
],
"label": "URN type",
"name": "urnTypeKey",
"type": "ENUM",
"value": "CANONICAL",
"repeatable": false,
"required": false,
"readOnly": false
}
]
} |
...