Subversion Repositories oidplus

Rev

Rev 635 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 635 Rev 758
Line 1... Line 1...
1
{
1
{
2
   "$schema":"http://json-schema.org/draft-07/schema#",
2
   "$schema":"http://json-schema.org/draft-07/schema#",
3
   "type":"object",
3
   "type":"object",
4
   "properties":{
4
   "properties":{
5
      "whois":{
5
      "oidip":{
6
         "type":"array",
6
         "type":"array",
7
         "items":[
7
         "items":[
8
            {
8
            {
9
               "type":"object",
9
               "type":"object",
10
               "properties":{
10
               "properties":{
Line 125... Line 125...
125
                              "type":"string"
125
                              "type":"string"
126
                           }
126
                           }
127
                        }
127
                        }
128
                     ]
128
                     ]
129
                  },
129
                  },
130
                  "whois-service":{
130
                  "oidip-service":{
131
                     "type":"string"
131
                     "type":"string"
132
                  },
132
                  },
133
                  "attribute":{
133
                  "attribute":{
134
                     "oneOf":[
134
                     "oneOf":[
135
                        {
135
                        {
Line 278... Line 278...
278
            "signature"
278
            "signature"
279
         ]
279
         ]
280
      }
280
      }
281
   },
281
   },
282
   "required":[
282
   "required":[
283
      "whois"
283
      "oidip"
284
   ]
284
   ]
285
}
285
}