Resource
Base resource interface for all BIND resources. Every resource in the BIND standard extends this base type.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| Resource | Base resource interface for all BIND resources. | ||
| resourceType | 1..1 | string | Discriminator field identifying the BIND resource type |
| id | 0..1 | string | Logical id of this resource. |
| meta | 0..1 | Meta | Metadata about the resource |
Example
json
{
"resourceType": "Policy",
"id": "pol-abc-123",
"meta": {
"versionId": "1",
"lastUpdated": "2025-01-15T10:30:00Z",
"source": "https://carrier.example.com"
}
}JSON Schema
Full JSON Schema: Resource.schema.json