Skip to content

Resource

Base resource interface for all BIND resources. Every resource in the BIND standard extends this base type.

Structure

NameCard.TypeDescription
RResourceBase resource interface for all BIND resources.
resourceType1..1stringDiscriminator field identifying the BIND resource type
id0..1stringLogical id of this resource.
meta0..1MetaMetadata 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