Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down