We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3bdb2 commit eda627aCopy full SHA for eda627a
.github/workflows/validate-schema.yml
@@ -20,12 +20,11 @@ jobs:
20
uses: actions/setup-python@v5
21
with:
22
python-version: "3.11"
23
- cache: "pip"
24
25
- name: Install jsonschema-cli
26
run: |
27
python -m pip install --upgrade pip
28
- pip install jsonschema-cli
+ pip install check-jsonschema
29
30
- name: Validate docker.config.yml against remote schema
31
docker.config.yml
@@ -194,7 +194,7 @@ resources:
194
- 42.15
195
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
196
temporal:
197
- begin: 2000-10-30 18:24:39+00:00
+ begin: 2000-10-30T18:24:39Z
198
end: 2007-10-30 08:57:29+00:00
199
keywords:
200
- prédio
0 commit comments