Skip to content

Commit

Permalink
Add NinJS (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Jan 31, 2025
1 parent d2f260c commit 1a018da
Show file tree
Hide file tree
Showing 12 changed files with 5,531 additions and 0 deletions.
1 change: 1 addition & 0 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ hca-metadata-5-0-0 https://github.com/HumanCellAtlas/metadata-schema 5.0.0
dats-1-0-0 https://github.com/datatagsuite/schema 1.0.0
fhir https://github.com/FHIR/packages b401fbd45566006a21243a9b88f1391e32b1ed40
asyncapi https://github.com/asyncapi/spec-json-schemas v6.8.1
ninjs https://github.com/iptc/newsinjson v3.0
19 changes: 19 additions & 0 deletions configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,18 @@
"email": "[email protected]",
"github": "asyncapi",
"website": "https://www.asyncapi.com"
},
"iptc": {
"title": "IPTC",
"description": "The global standards body of the news media. We provide the technical foundation for the news ecosystem",
"email": "[email protected]",
"github": "iptc",
"website": "https://www.iptc.org"
},
"iptc/ninjs": {
"title": "News in JSON",
"description": "A standard the representation of news in JSON",
"github": "iptc/newsinjson"
}
},
"schemas": {
Expand Down Expand Up @@ -400,6 +412,13 @@
"asyncapi": {
"base": "http://asyncapi.com",
"path": "./vendor/asyncapi"
},
"iptc/ninjs": {
"base": "http://www.iptc.org/std/ninjs",
"path": "./vendor/ninjs/specification",
"rebase": [
{ "from": "https://geojson.org/schema", "to": "/geojson/v1.0.5" }
]
}
}
}
14 changes: 14 additions & 0 deletions vendor/ninjs.mask
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.circleci/
documentation/
examples/
generator/
graphql/
protobufs/
tools/
validation/
README.md
specification/ninjs-schema-dev_0.1_v2.0.json
specification/ninjs-schema-dev_0.1_v2.1.json
specification/ninjs-schema-dev_0.2_v1.4.json
specification/ninjs-schema-dev_0.2_v1.5.json
specification/ninjs-schema_1.0.json
21 changes: 21 additions & 0 deletions vendor/ninjs/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 International Press Telecommunications Council (IPTC)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 1a018da

Please sign in to comment.