Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

field meta data #175

Open
FPurchess opened this issue Dec 4, 2023 · 0 comments
Open

field meta data #175

FPurchess opened this issue Dec 4, 2023 · 0 comments

Comments

@FPurchess
Copy link

Is there any way to pass meta data to fields / properties?

Example:

{
  "$schema": "...",
  "$id": "...",
  "$ref": "...",
  "$defs": {
    "SampleUser": {
      "properties": {
        "name": {
          "type": "string",
          "title": "the name",
          "description": "The name of a friend",
          "default": "alex",
          "examples": ["joe", "lucy"],
          "another-meta-field": "meta-information"
        }
    }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant