Skip to content

registration_v2.json#5

Open
adesandro wants to merge 1 commit into4aibsc:mainfrom
adesandro:main
Open

registration_v2.json#5
adesandro wants to merge 1 commit into4aibsc:mainfrom
adesandro:main

Conversation

@adesandro
Copy link

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Agent Registration",
"type": "object",
"properties": {
"url": { "type": "string", "format": "uri" },
"name": { "type": "string" },
"tag": {
"type": "array",
"items": { "type": "integer" },
"minItems": 1
},
"rating": {
"type": "number",
"minimum": 1.0,
"maximum": 5.0,
"default": 3.0
}
},
"required": ["url", "name", "tag"]
}

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Agent Registration",
  "type": "object",
  "properties": {
    "url": { "type": "string", "format": "uri" },
    "name": { "type": "string" },
    "tag": { 
      "type": "array", 
      "items": { "type": "integer" },
      "minItems": 1 
    },
    "rating": { 
      "type": "number", 
      "minimum": 1.0, 
      "maximum": 5.0,
      "default": 3.0
    }
  },
  "required": ["url", "name", "tag"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant