From e3a497b2653b5b9794930c2a460b7214dfa30f19 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 27 Apr 2025 17:28:49 +0200 Subject: [PATCH] cleanup --- schemas/IndicatorSet.yaml | 1 - schemas/dateTimeZ.yaml | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 schemas/dateTimeZ.yaml diff --git a/schemas/IndicatorSet.yaml b/schemas/IndicatorSet.yaml index 8c80ad6..065d52a 100644 --- a/schemas/IndicatorSet.yaml +++ b/schemas/IndicatorSet.yaml @@ -32,7 +32,6 @@ properties: maximum: 1.0 bars: description: Describes the bars in the indicators used in the indicatorGroups. - schema: type: array items: type: object diff --git a/schemas/dateTimeZ.yaml b/schemas/dateTimeZ.yaml new file mode 100644 index 0000000..1de5916 --- /dev/null +++ b/schemas/dateTimeZ.yaml @@ -0,0 +1,4 @@ +description: Timestamp in complete basic representation of date and time according ISO 8601. +type: string +format: datetime +example: "19700131T235901Z"