Verified Commit f245a8f0 authored by godotislate's avatar godotislate
Browse files

task: #3584250 Replace www.json-schema.org to https://json-schema.org/

By: finnsky
parent f8d6aab0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ name: Badge
# Status can be: "experimental", "stable", "deprecated", "obsolete".
status: stable

# Schema for the props. We support www.json-schema.org. Learn more about the
# Schema for the props. We support https://json-schema.org/. Learn more about the
# syntax there.
props:
  # Props are always an object with keys. Each key is a variable in your
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ name: Title
# Status can be: "experimental", "stable", "deprecated", "obsolete".
status: stable

# Schema for the props. We support www.json-schema.org. Learn more about the
# Schema for the props. We support https://json-schema.org/. Learn more about the
# syntax there.
props:
  type: object
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ name: Toolbar button
# Status can be: "experimental", "stable", "deprecated", "obsolete".
status: stable

# Schema for the props. We support www.json-schema.org. Learn more about the
# Schema for the props. We support https://json-schema.org/. Learn more about the
# syntax there.
props:
  # Props are always an object with keys. Each key is a variable in your
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ name: Umami Badge
# Status can be: "experimental", "stable", "deprecated", "obsolete".
status: experimental

# Schema for the props. We support www.json-schema.org. Learn more about the
# Schema for the props. We support https://json-schema.org/. Learn more about the
# syntax there.
props:
  # Props are always an object with keys. Each key is a variable in your
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ status: experimental
# Use this key to organize components together.
group: Navigation

# Schema for the props. We support www.json-schema.org. Learn more about the
# Schema for the props. We support https://json-schema.org/. Learn more about the
# syntax there.
props:
  # Props are always an object with keys. Each key is a variable in your
Loading