Skip to content

Commit

Permalink
adjusting indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Sep 21, 2024
1 parent ab963fb commit 0318372
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions schema/1.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5557,57 +5557,57 @@
"maxItems": 3,
"items": false,
"prefixItems": [
{
"type": "object",
"required": [
"mFuelClass",
"mSupplementalResourceClass",
"mByproduct",
"mByproductAmount"
],
"properties": {
"mFuelClass": {
"type": "string",
"const": "Desc_NuclearFuelRod_C"
},
"mSupplementalResourceClass": {
"type": "string",
"const": "Desc_Water_C"
},
"mByproduct": {
"type": "string",
"const": "Desc_NuclearWaste_C"
},
"mByproductAmount": {
"$ref": "#/$defs/integer-string"
}
{
"type": "object",
"required": [
"mFuelClass",
"mSupplementalResourceClass",
"mByproduct",
"mByproductAmount"
],
"properties": {
"mFuelClass": {
"type": "string",
"const": "Desc_NuclearFuelRod_C"
},
"mSupplementalResourceClass": {
"type": "string",
"const": "Desc_Water_C"
},
"mByproduct": {
"type": "string",
"const": "Desc_NuclearWaste_C"
},
"mByproductAmount": {
"$ref": "#/$defs/integer-string"
}
},
{
"type": "object",
"required": [
"mFuelClass",
"mSupplementalResourceClass",
"mByproduct",
"mByproductAmount"
],
"properties": {
"mFuelClass": {
"type": "string",
"const": "Desc_PlutoniumFuelRod_C"
},
"mSupplementalResourceClass": {
"type": "string",
"const": "Desc_Water_C"
},
"mByproduct": {
"type": "string",
"const": "Desc_PlutoniumWaste_C"
},
"mByproductAmount": {
"$ref": "#/$defs/integer-string"
}
}
},
{
"type": "object",
"required": [
"mFuelClass",
"mSupplementalResourceClass",
"mByproduct",
"mByproductAmount"
],
"properties": {
"mFuelClass": {
"type": "string",
"const": "Desc_PlutoniumFuelRod_C"
},
"mSupplementalResourceClass": {
"type": "string",
"const": "Desc_Water_C"
},
"mByproduct": {
"type": "string",
"const": "Desc_PlutoniumWaste_C"
},
"mByproductAmount": {
"$ref": "#/$defs/integer-string"
}
}
},
{
"type": "object",
Expand Down

0 comments on commit 0318372

Please sign in to comment.