Skip to content

Commit

Permalink
Update whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Feb 7, 2023
1 parent 30c038e commit efda595
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions schema-0.4/schema-0.4.jsd
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"types": "array boolean number objectType string",
"nullable": false,
"bindings": [{
"lang": "java",
"field": "declarations"
}]
"lang": "java",
"field": "declarations"
}]
}
}
},
Expand Down Expand Up @@ -142,28 +142,28 @@
"jx:type": "array",
"doc": "Specifies language-specific bindings.",
"elements": [{
"jx:type": "reference",
"type": "fieldBinding",
"nullable": false
}]
"jx:type": "reference",
"type": "fieldBinding",
"nullable": false
}]
},
"typeBindings": {
"jx:type": "array",
"doc": "Specifies language-specific bindings.",
"elements": [{
"jx:type": "reference",
"type": "typeBinding",
"nullable": false
}]
"jx:type": "reference",
"type": "typeBinding",
"nullable": false
}]
},
"typeFieldBindings": {
"jx:type": "array",
"doc": "Specifies language-specific bindings.",
"elements": [{
"jx:type": "reference",
"type": "typeFieldBinding",
"nullable": false
}]
"jx:type": "reference",
"type": "typeFieldBinding",
"nullable": false
}]
},
"any": {
"jx:type": "object",
Expand Down Expand Up @@ -211,41 +211,41 @@
"maxIterate": "unbounded",
"nullable": false,
"elements": [{
"jx:type": "reference",
"type": "anyElement",
"minOccurs": "0",
"nullable": false
}, {
"jx:type": "reference",
"type": "arrayElement",
"minOccurs": "0",
"nullable": false
}, {
"jx:type": "reference",
"type": "booleanElement",
"minOccurs": "0",
"nullable": false
}, {
"jx:type": "reference",
"type": "numberElement",
"minOccurs": "0",
"nullable": false
}, {
"jx:type": "reference",
"type": "referenceElement",
"minOccurs": "0",
"nullable": false
}, {
"jx:type": "reference",
"type": "stringElement",
"minOccurs": "0",
"nullable": false
}, {
"jx:type": "reference",
"type": "objectElement",
"minOccurs": "0",
"nullable": false
}]
"jx:type": "reference",
"type": "anyElement",
"minOccurs": "0",
"nullable": false
}, {
"jx:type": "reference",
"type": "arrayElement",
"minOccurs": "0",
"nullable": false
}, {
"jx:type": "reference",
"type": "booleanElement",
"minOccurs": "0",
"nullable": false
}, {
"jx:type": "reference",
"type": "numberElement",
"minOccurs": "0",
"nullable": false
}, {
"jx:type": "reference",
"type": "referenceElement",
"minOccurs": "0",
"nullable": false
}, {
"jx:type": "reference",
"type": "stringElement",
"minOccurs": "0",
"nullable": false
}, {
"jx:type": "reference",
"type": "objectElement",
"minOccurs": "0",
"nullable": false
}]
}
}
},
Expand Down Expand Up @@ -323,9 +323,9 @@
"types": "anyProperty arrayProperty booleanProperty numberProperty objectProperty referenceProperty stringProperty",
"nullable": false,
"bindings": [{
"lang": "java",
"field": "properties"
}]
"lang": "java",
"field": "properties"
}]
}
}
}
Expand Down

0 comments on commit efda595

Please sign in to comment.