DataAddressSchema
@typestringrequired
Example:
DataAddress
endpointTypestringrequired
Example:
http
endpointstringrequired
Example:
https://api.example.com
endpointProperties object[]
Array [
@typestringrequired
Example:
EndpointProperty
namestringrequired
Example:
endpointName
valuestringrequired
Example:
endpointValue
]
DataAddressSchema
{
"@type": "DataAddress",
"endpointType": "http",
"endpoint": "https://api.example.com",
"endpointProperties": [
{
"@type": "EndpointProperty",
"name": "endpointName",
"value": "endpointValue"
}
]
}