Skip to content
Discussion options

You must be logged in to vote

You mostly have the right idea. You're right that you don't want to set the $dynamicAnchor at the top, but you do need to set it. You want something more like this,

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.first.org/cvss/meta.json",
  "$vocabulary": {
    "https://json-schema.org/draft/2020-12/vocab/core": true,
    "https://json-schema.org/draft/2020-12/vocab/applicator": true,
    "https://json-schema.org/draft/2020-12/vocab/unevaluated": true,
    "https://json-schema.org/draft/2020-12/vocab/validation": true,
    "https://json-schema.org/draft/2020-12/vocab/meta-data": true,
    "https://json-schema.org/draft/2020-12/vocab/format-assertion": t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tschmidtb51
Comment options

@jdesrosiers
Comment options

Answer selected by tschmidtb51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants