Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Merge "Remove schemata keyword discriminator"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Dec 16, 2016
2 parents 9abf0a0 + 0cca9ee commit 3b637ca
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions craton/api/v1/schemas.py
Expand Up @@ -21,7 +21,6 @@
}

DefinitionsHost = {
"discriminator": "name",
"required": [
"name",
"region_id",
Expand Down Expand Up @@ -71,7 +70,6 @@
}

DefinitionsHostId = {
"discriminator": "name",
"type": "object",
"properties": {
"active": {
Expand Down Expand Up @@ -114,7 +112,6 @@
}

DefinitionsCell = {
"discriminator": "name",
"required": [
"name",
"region_id",
Expand All @@ -139,7 +136,6 @@
}

DefinitionsCellId = {
"discriminator": "name",
"type": "object",
"properties": {
"note": {
Expand Down Expand Up @@ -204,7 +200,6 @@
}

DefinitionsRegion = {
"discriminator": "name",
"required": [
"name",
],
Expand Down Expand Up @@ -232,7 +227,6 @@
}

DefinitionsRegionId = {
"discriminator": "name",
"type": "object",
"properties": {
"note": {
Expand Down Expand Up @@ -261,7 +255,6 @@
}

DefinitionUser = {
"discriminator": "name",
"type": "object",
"properties": {
"id": {
Expand Down Expand Up @@ -289,7 +282,6 @@
}

DefinitionProject = {
"discriminator": "name",
"type": "object",
"properties": {
"id": {
Expand All @@ -302,7 +294,6 @@
}

DefinitionNetwork = {
"discriminator": "name",
"required": [
"name",
"cidr",
Expand Down Expand Up @@ -343,7 +334,6 @@
}

DefinitionNetworkId = {
"discriminator": "name",
"type": "object",
"properties": {
"id": {
Expand Down Expand Up @@ -381,7 +371,6 @@
}

DefinitionNetworkInterface = {
"discriminator": "name",
"required": [
"name",
"device_id",
Expand Down Expand Up @@ -438,7 +427,6 @@
}

DefinitionNetworkInterfaceId = {
"discriminator": "name",
"type": "object",
"properties": {
"id": {
Expand Down Expand Up @@ -488,7 +476,6 @@
}

DefinitionNetworkDevice = {
"discriminator": "hostname",
"required": [
"hostname",
"region_id",
Expand Down Expand Up @@ -541,7 +528,6 @@
}

DefinitionNetworkDeviceId = {
"discriminator": "hostname",
"type": "object",
"properties": {
"id": {
Expand Down

0 comments on commit 3b637ca

Please sign in to comment.