Skip to content

Instantly share code, notes, and snippets.

@noelbk
Created March 17, 2014 22:09
Show Gist options
  • Save noelbk/9609408 to your computer and use it in GitHub Desktop.
Save noelbk/9609408 to your computer and use it in GitHub Desktop.
SCHEMA = {
"ifmap_port": { "$ref": "piston://#port-int" },
"ifmap_user_api": { "type": "string" },
"ifmap_pass_api": { "type": "string" }, # { "$ref": "piston://#secret-string" },
"ifmap_user_svc": { "type": "string" },
"ifmap_pass_svc": { "type": "string" }, # { "$ref": "piston://#secret-string" },
"ifmap_user_schema": { "type": "string" },
"ifmap_pass_schema": { "type": "string" }, # { "$ref": "piston://#secret-string" },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment