{
  "$id": "https://schema.nfh.global/Attributes/v2.0",
  "x-iri": "https://schema.nfh.global/Attributes/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "JSON-LD aware container for domain-specific attributes of an Item. MUST include @context (URI) and @type (compact or full IRI). Any additional properties are allowed and interpreted per the provided JSON-LD context.",
  "title": "Attributes",
  "type": "object",
  "properties": {},
  "required": [],
  "additionalProperties": true
}
