Skip to content

Commit e23a3ee

Browse files
authored
Update clause_specification_text.adoc
Simplified example
1 parent cb78b1f commit e23a3ee

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

standard/clause_specification_text.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -982,12 +982,7 @@ In this example, extra attributes of the `Parameter` have been declared stating
982982
[%unnumbered%]
983983
```json
984984
{
985-
"@context": [
986-
"https://covjson.org/context.jsonld",
987-
{
988-
"skos": "http://www.w3.org/2004/02/skos/core",
989-
}
990-
],
985+
"@context": [ "https://covjson.org/context.jsonld" ],
991986
"type" : "Parameter",
992987
"observedProperty" : {
993988
"label" : {

0 commit comments

Comments
 (0)