Understand the @id property in Identifiable Schemas
mainIn schemas following the identifiable.schema.json pattern, the @id property serves as a unique identifier for every addressable entity. It is defined as a string that must conform to the URI format according to RFC 3986.
Property Characteristics:
- Type:
string - Constraints: Must be a valid URI.
- Additional Properties: Allowed.
- Custom Properties: Forbidden.
- Abstract: Can be instantiated.
https://example.com/schemas/identifiable#/properties/@id