DataAddressSchema
@typestringrequired
Example:
DataAddressendpointTypestringrequired
Example:
httpendpointstringrequired
Example:
https://api.example.comendpointProperties object[]
Array [
@typestringrequired
Example:
EndpointPropertynamestringrequired
Example:
endpointNamevaluestringrequired
Example:
endpointValue]
DataAddressSchema
{
"@type": "DataAddress",
"endpointType": "http",
"endpoint": "https://api.example.com",
"endpointProperties": [
{
"@type": "EndpointProperty",
"name": "endpointName",
"value": "endpointValue"
}
]
}