diff --git a/json_schema/type/decimal.yaml b/json_schema/types/decimal.yaml similarity index 95% rename from json_schema/type/decimal.yaml rename to json_schema/types/decimal.yaml index 184f95e..031eb4d 100644 --- a/json_schema/type/decimal.yaml +++ b/json_schema/types/decimal.yaml @@ -1,5 +1,5 @@ $schema: https://json-schema.org/draft/2020-12/schema -$id: https://aep.dev/json-schema/type/decimal.json +$id: https://aep.dev/json-schema/types/decimal.json title: Decimal description: | Represents a decimal number in a form similar to scientific notation. diff --git a/json_schema/type/interval.yaml b/json_schema/types/interval.yaml similarity index 94% rename from json_schema/type/interval.yaml rename to json_schema/types/interval.yaml index 3273dbf..d03dbf9 100644 --- a/json_schema/type/interval.yaml +++ b/json_schema/types/interval.yaml @@ -1,5 +1,5 @@ $schema: https://json-schema.org/draft/2020-12/schema -$id: https://aep.dev/json-schema/type/interval.json +$id: https://aep.dev/json-schema/types/interval.json title: Interval description: | Represents a time interval, encoded as a Timestamp start (inclusive) and a diff --git a/json_schema/type/money.yaml b/json_schema/types/money.yaml similarity index 95% rename from json_schema/type/money.yaml rename to json_schema/types/money.yaml index 6f39770..3e13574 100644 --- a/json_schema/type/money.yaml +++ b/json_schema/types/money.yaml @@ -1,5 +1,5 @@ $schema: https://json-schema.org/draft/2020-12/schema -$id: https://aep.dev/json-schema/type/money.json +$id: https://aep.dev/json-schema/types/money.json title: Money description: | Represents an amount of money with its currency type. diff --git a/json_schema/type/operation.yaml b/json_schema/types/operation.yaml similarity index 93% rename from json_schema/type/operation.yaml rename to json_schema/types/operation.yaml index 299d3e4..6c751eb 100644 --- a/json_schema/type/operation.yaml +++ b/json_schema/types/operation.yaml @@ -1,5 +1,5 @@ $schema: https://json-schema.org/draft/2020-12/schema -$id: https://aep.dev/json-schema/type/operation.json +$id: https://aep.dev/json-schema/types/operation.json type: object description: "Represents a Long Running Operation that can be used to check the status of an asynchronous operation." required: diff --git a/json_schema/type/problems.yaml b/json_schema/types/problems.yaml similarity index 93% rename from json_schema/type/problems.yaml rename to json_schema/types/problems.yaml index 9a46336..b3712e2 100644 --- a/json_schema/type/problems.yaml +++ b/json_schema/types/problems.yaml @@ -1,5 +1,5 @@ $schema: https://json-schema.org/draft/2020-12/schema -$id: https://aep.dev/json-schema/type/problems.json +$id: https://aep.dev/json-schema/types/problems.json title: An RFC 7807 problem object type: object properties: